.latestNews .newsDate{
/* 	float:right; */
}
.newsMainDotted,.newsSquareDashed,.newsNoneStyle,.newsStartStyle {
    height:auto;
    margin:0 auto;
}

.newsMainDotted ul,.newsSquareDashed ul,.newsNoneStyle ul,.newsStartStyle ul{
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.newsMainDotted ul li, .newsSquareDashed ul li, .newsNoneStyle ul li, .newsStartStyle ul li{  
    color:#000000;
}
.newsMainDotted ul li a,.newsSquareDashed ul li a,.newsNoneStyle  ul li a,.newsStartStyle ul li a{
/*	font-size:14px ;
    text-decoration: none;
    vertical-align: middle;*/
   /* display:inline-block;*/
/*否则缩略图显示会有问题  height:21px; */
/*    line-height:21px;
    overflow:hidden;
    width:100%;*/
    color:black;
    font-size:14px ;
    text-decoration: none;
    vertical-align: middle;
}
 .newsSquareDashed ul li a:hover{
    color:#2a6496;
 }
/*公共样式-end*/

/**
没有下划线和序号
*/
.newsMainDotted ul li{
    list-style-type:disc;
    border-bottom:dashed 1px #CCC;
}
/**
下划线是虚线
*/
 .newsSquareDashed ul li{
 list-style:none;
 /*line-height:20px;*/
}
/**
去除下划线、序号及新闻字体颜色
*/
.newsNoneStyle ul li,.newsStartStyle ul li{
    list-style: none;
  }
.newsNoneStyle ul li a{
    color: #000000;
}
/**
五角星序号
*/
.newsStartStyle span{
    color:#2c7659;
}

/**
新闻侧边栏
*/
.p-nl-inputList .inputNews{
	border-bottom: dotted 1px  yellow
}

.newsSquareDashed a.newsBorder{
	font-size:18px;
	font-weight:bold;
}
/**新闻间加分割线 */
.latestNews .isDivide{
	border-bottom: 1px solid #e1e1e1;
}
.latestNews .isBorder{
	font-weight:bold;
}


.p-lastNews-page{
	text-align:center;
	margin-top:15px;
}

.p-latestNews-channelList{
	height:34px;
}

.p-latestNews-channelList-input{
	height:34px;
	width:100%;
}

.latestNews  .summary p{
	min-height:10px;
}

.latestNews .summary a{
	text-align:right;
}


.newsSquareDashed a{
    overflow: visible;
}